Daniel Bader
2019-10-08
Create a shiny template for use with my actual work data that has the following features:
rhandsontable
mtcars
Quarter mile speed in seconds vs horse power
plot_ly(data = mtcars, x = ~hp, y = ~qsec, hovertext = rownames(mtcars)) %>% add_markers()
https://baderd.shinyapps.io/Dynamic_mtcars/